/* 尾部 */
.m-footer{
    width: 100vw;
	background-color: #f7faff;
    padding: 4vw;
    box-sizing: border-box;
    position: relative;
    top: 25vw;
}
.m-footer span{
    font-size: 3.6vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 6vw;
	letter-spacing: 0vw;
	color: #666666;
    margin-right: 3.5vw;
}
